Class UtilitiesTest

java.lang.Object
de.aoksystems.da.utils.UtilitiesTest

public class UtilitiesTest extends Object
Author:
jens
  • Constructor Details

    • UtilitiesTest

      public UtilitiesTest()
  • Method Details

    • testLtrim

      @Test public void testLtrim()
      Test of ltrim method, of class Utilities.
    • testRtrim

      @Test public void testRtrim()
      Test of rtrim method, of class Utilities.
    • testIsNumeric

      @Test public void testIsNumeric()
      Test of isNumeric method, of class Utilities.
    • testIsNumericButNotZeroes

      @Test public void testIsNumericButNotZeroes()
      Test of isNumericButNotZeroes method, of class Utilities.
    • testIsZeroes

      @Test public void testIsZeroes()
      Test of isZeroes method, of class Utilities.
    • testIsEmpty

      @Test public void testIsEmpty()
      Test of isEmpty method, of class Utilities.
    • testIsInEnum

      @Test public void testIsInEnum()
      Test of isInEnum method, of class Utilities.
    • testGetQuerSumme

      @Test public void testGetQuerSumme()
      Test of getQuerSumme method, of class Utilities.
    • testCountChars

      @Test public void testCountChars()
      Test of countChars method, of class Utilities.
    • testContainsOnly

      @Test public void testContainsOnly()
      Test of containsOnly method, of class Utilities.
    • testHasDoublet

      @Test public void testHasDoublet()
      Test of hasDoublet method, of class Utilities.
    • testHasStartingTriplet

      @Test public void testHasStartingTriplet()
      Test of hasStartingTriplet method, of class Utilities.
    • testReorderDDMMYYYYtoYYYYMMDD

      @Test public void testReorderDDMMYYYYtoYYYYMMDD()
      Test of reorderDDMMYYYYtoYYYYMMDD method, of class Utilities.
    • testReorderDateXtoYYYYMMDD

      @Test public void testReorderDateXtoYYYYMMDD()
      Test of reorderDateXtoYYYYMMDD method, of class Utilities.
    • testReorderYYYYMMDDtoDDMMYYYY

      @Test public void testReorderYYYYMMDDtoDDMMYYYY()
      Test of reorderYYYYMMDDtoDDMMYYYY method, of class Utilities.
    • testShiftDateException

      @Test public void testShiftDateException()
      Test of InputSanitation of shiftDate
    • testShiftDate

      @Test public void testShiftDate() throws ParseException
      Test of shiftDate method, of class Utilities.
      Throws:
      ParseException
    • testFormatDate2YYYYMMDD

      @Test public void testFormatDate2YYYYMMDD()
      Test of shiftDate method, of class Utilities.